Opc.Ua.Core
EndInvokeService Method (UaChannelBase<TChannel>)



Opc.Ua Namespace > UaChannelBase<TChannel> Class : EndInvokeService Method
The client side implementation of the EndInvokeService service contract.
Syntax
'Declaration
 
Public Overrides Function EndInvokeService( _
   ByVal result As IAsyncResult _
) As InvokeServiceResponseMessage
'Usage
 
Dim instance As UaChannelBase(Of TChannel)
Dim result As IAsyncResult
Dim value As InvokeServiceResponseMessage
 
value = instance.EndInvokeService(result)
public override InvokeServiceResponseMessage EndInvokeService( 
   IAsyncResult result
)
public:
InvokeServiceResponseMessage^ EndInvokeService( 
   IAsyncResult^ result
) override 

Parameters

result
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaChannelBase<TChannel> Class
UaChannelBase<TChannel> Members